[]
Determines whether a range of items at the specified startingIndex can be removed from the collection.
public override bool CanRemoveRange(int startingIndex, int count)
Public Overrides Function CanRemoveRange(startingIndex As Integer, count As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The index of the items that would be removed. |
| int | count | The number of items to be removed. |
| Type | Description |
|---|---|
| bool |